home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / System / RASEditPhoneBookForm.dfm < prev    next >
Encoding:
Text File  |  2000-03-03  |  1.6 KB  |  89 lines

  1. object EditPhoneBook: TEditPhoneBook
  2.   Left = 426
  3.   Top = 362
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit '#39'%s'#39' Phone Book Entry'
  6.   ClientHeight = 168
  7.   ClientWidth = 364
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 24
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'UserName:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 56
  28.     Width = 74
  29.     Height = 13
  30.     Caption = 'Phone Number:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 40
  34.     Top = 88
  35.     Width = 49
  36.     Height = 13
  37.     Caption = 'Password:'
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 8
  41.     Top = 120
  42.     Width = 337
  43.     Height = 9
  44.     Shape = bsTopLine
  45.   end
  46.   object UserName: TEdit
  47.     Left = 96
  48.     Top = 22
  49.     Width = 249
  50.     Height = 21
  51.     TabOrder = 0
  52.     OnChange = UserNameChange
  53.   end
  54.   object PhoneNumber: TEdit
  55.     Left = 96
  56.     Top = 54
  57.     Width = 249
  58.     Height = 21
  59.     TabOrder = 1
  60.   end
  61.   object PassWord: TEdit
  62.     Left = 96
  63.     Top = 86
  64.     Width = 249
  65.     Height = 21
  66.     TabOrder = 2
  67.   end
  68.   object OKButton: TButton
  69.     Left = 192
  70.     Top = 136
  71.     Width = 75
  72.     Height = 22
  73.     Caption = '&OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 3
  77.   end
  78.   object CencelButton: TButton
  79.     Left = 272
  80.     Top = 136
  81.     Width = 75
  82.     Height = 22
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.   end
  88. end
  89.